home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / shuffle / cd.frm < prev    next >
Text File  |  1995-05-08  |  38KB  |  1,249 lines

  1. VERSION 2.00
  2. Begin Form CD 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "Shuffle CD Player Example"
  6.    ClientHeight    =   2070
  7.    ClientLeft      =   1095
  8.    ClientTop       =   1485
  9.    ClientWidth     =   5895
  10.    Height          =   2475
  11.    Icon            =   CD.FRX:0000
  12.    Left            =   1035
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   2070
  17.    ScaleWidth      =   5895
  18.    Top             =   1140
  19.    Width           =   6015
  20.    Begin CommandButton Command5 
  21.       Caption         =   "&More >>"
  22.       Height          =   375
  23.       Left            =   4440
  24.       TabIndex        =   50
  25.       Top             =   1560
  26.       Width           =   1335
  27.    End
  28.    Begin CommandButton Command4 
  29.       Caption         =   "&About CD"
  30.       Height          =   375
  31.       Left            =   120
  32.       TabIndex        =   48
  33.       Top             =   1080
  34.       Width           =   1455
  35.    End
  36.    Begin CommandButton Command3 
  37.       Caption         =   "E&xit"
  38.       Height          =   375
  39.       Left            =   120
  40.       TabIndex        =   3
  41.       Top             =   1560
  42.       Width           =   1455
  43.    End
  44.    Begin CommandButton Command2 
  45.       Caption         =   "&Shuffle Play"
  46.       Height          =   375
  47.       Left            =   120
  48.       TabIndex        =   2
  49.       Top             =   600
  50.       Width           =   1455
  51.    End
  52.    Begin CommandButton Command1 
  53.       Caption         =   "&Load CD"
  54.       Height          =   375
  55.       Left            =   120
  56.       TabIndex        =   1
  57.       Top             =   120
  58.       Width           =   1455
  59.    End
  60.    Begin PictureBox MMControl1 
  61.       BackColor       =   &H000000FF&
  62.       Height          =   1000
  63.       Left            =   0
  64.       ScaleHeight     =   975
  65.       ScaleWidth      =   975
  66.       TabIndex        =   0
  67.       Top             =   0
  68.       Width           =   1000
  69.    End
  70.    Begin Label Label10 
  71.       BackStyle       =   0  'Transparent
  72.       Caption         =   "Shuffle Play List:"
  73.       Height          =   255
  74.       Left            =   120
  75.       TabIndex        =   49
  76.       Top             =   2280
  77.       Width           =   1575
  78.    End
  79.    Begin Line Line5 
  80.       X1              =   1680
  81.       X2              =   5040
  82.       Y1              =   1440
  83.       Y2              =   1440
  84.    End
  85.    Begin Line Line4 
  86.       X1              =   1680
  87.       X2              =   5040
  88.       Y1              =   1080
  89.       Y2              =   1080
  90.    End
  91.    Begin Line Line3 
  92.       X1              =   1680
  93.       X2              =   5280
  94.       Y1              =   720
  95.       Y2              =   720
  96.    End
  97.    Begin Line Line2 
  98.       X1              =   1680
  99.       X2              =   5280
  100.       Y1              =   360
  101.       Y2              =   360
  102.    End
  103.    Begin Line Line1 
  104.       BorderWidth     =   2
  105.       X1              =   120
  106.       X2              =   5760
  107.       Y1              =   2160
  108.       Y2              =   2160
  109.    End
  110.    Begin Label Label9 
  111.       BackColor       =   &H00FFFFFF&
  112.       BackStyle       =   0  'Transparent
  113.       Caption         =   "Track:"
  114.       Height          =   255
  115.       Left            =   1680
  116.       TabIndex        =   47
  117.       Top             =   120
  118.       Width           =   2055
  119.    End
  120.    Begin Label Label8 
  121.       Alignment       =   2  'Center
  122.       BackColor       =   &H00FFFF00&
  123.       BorderStyle     =   1  'Fixed Single
  124.       ForeColor       =   &H00000000&
  125.       Height          =   255
  126.       Left            =   5400
  127.       TabIndex        =   46
  128.       Top             =   120
  129.       Width           =   375
  130.    End
  131.    Begin Label Label7 
  132.       BackColor       =   &H00FFFFFF&
  133.       BackStyle       =   0  'Transparent
  134.       Caption         =   "Total Track Time:"
  135.       Height          =   255
  136.       Left            =   1680
  137.       TabIndex        =   4
  138.       Top             =   1200
  139.       Width           =   1935
  140.    End
  141.    Begin Label Label6 
  142.       BackColor       =   &H00FFFFFF&
  143.       BackStyle       =   0  'Transparent
  144.       Caption         =   "Elapsed Time:"
  145.       Height          =   255
  146.       Left            =   1680
  147.       TabIndex        =   45
  148.       Top             =   840
  149.       Width           =   1935
  150.    End
  151.    Begin Label Label5 
  152.       BackColor       =   &H00FFFFFF&
  153.       BackStyle       =   0  'Transparent
  154.       Caption         =   "Total Tracks Availible:"
  155.       Height          =   255
  156.       Left            =   1680
  157.       TabIndex        =   44
  158.       Top             =   480
  159.       Width           =   2055
  160.    End
  161.    Begin Label Label4 
  162.       Alignment       =   2  'Center
  163.       BackColor       =   &H00FFFF00&
  164.       BorderStyle     =   1  'Fixed Single
  165.       ForeColor       =   &H00000000&
  166.       Height          =   255
  167.       Left            =   5160
  168.       TabIndex        =   43
  169.       Top             =   1200
  170.       Width           =   615
  171.    End
  172.    Begin Label Label3 
  173.       Alignment       =   2  'Center
  174.       BackColor       =   &H00FFFF00&
  175.       BorderStyle     =   1  'Fixed Single
  176.       ForeColor       =   &H00000000&
  177.       Height          =   255
  178.       Left            =   5160
  179.       TabIndex        =   42
  180.       Top             =   840
  181.       Width           =   615
  182.    End
  183.    Begin Label Label2 
  184.       Alignment       =   2  'Center
  185.       BackColor       =   &H00FFFF00&
  186.       BorderStyle     =   1  'Fixed Single
  187.       ForeColor       =   &H00000000&
  188.       Height          =   255
  189.       Left            =   5400
  190.       TabIndex        =   41
  191.       Top             =   480
  192.       Width           =   375
  193.    End
  194.    Begin Label Label1 
  195.       Alignment       =   2  'Center
  196.       BackColor       =   &H00FFFF00&
  197.       BorderStyle     =   1  'Fixed Single
  198.       ForeColor       =   &H00000000&
  199.       Height          =   255
  200.       Index           =   36
  201.       Left            =   5400
  202.       TabIndex        =   40
  203.       Top             =   3240
  204.       Width           =   375
  205.    End
  206.    Begin Label Label1 
  207.       Alignment       =   2  'Center
  208.       BackColor       =   &H00FFFF00&
  209.       BorderStyle     =   1  'Fixed Single
  210.       ForeColor       =   &H00000000&
  211.       Height          =   255
  212.       Index           =   35
  213.       Left            =   4920
  214.       TabIndex        =   39
  215.       Top             =   3240
  216.       Width           =   375
  217.    End
  218.    Begin Label Label1 
  219.       Alignment       =   2  'Center
  220.       BackColor       =   &H00FFFF00&
  221.       BorderStyle     =   1  'Fixed Single
  222.       ForeColor       =   &H00000000&
  223.       Height          =   255
  224.       Index           =   34
  225.       Left            =   4440
  226.       TabIndex        =   38
  227.       Top             =   3240
  228.       Width           =   375
  229.    End
  230.    Begin Label Label1 
  231.       Alignment       =   2  'Center
  232.       BackColor       =   &H00FFFF00&
  233.       BorderStyle     =   1  'Fixed Single
  234.       ForeColor       =   &H00000000&
  235.       Height          =   255
  236.       Index           =   33
  237.       Left            =   3960
  238.       TabIndex        =   37
  239.       Top             =   3240
  240.       Width           =   375
  241.    End
  242.    Begin Label Label1 
  243.       Alignment       =   2  'Center
  244.       BackColor       =   &H00FFFF00&
  245.       BorderStyle     =   1  'Fixed Single
  246.       ForeColor       =   &H00000000&
  247.       Height          =   255
  248.       Index           =   32
  249.       Left            =   3480
  250.       TabIndex        =   36
  251.       Top             =   3240
  252.       Width           =   375
  253.    End
  254.    Begin Label Label1 
  255.       Alignment       =   2  'Center
  256.       BackColor       =   &H00FFFF00&
  257.       BorderStyle     =   1  'Fixed Single
  258.       ForeColor       =   &H00000000&
  259.       Height          =   255
  260.       Index           =   31
  261.       Left            =   3000
  262.       TabIndex        =   35
  263.       Top             =   3240
  264.       Width           =   375
  265.    End
  266.    Begin Label Label1 
  267.       Alignment       =   2  'Center
  268.       BackColor       =   &H00FFFF00&
  269.       BorderStyle